New personal website created with distill
Build Website hammer iconrmarkdown::render_site() into the R console../index.Rmd = the main landing page of your website | fill it with the content you want on your main page../_site.yml = (called a YAML file) contains the main settings for your site that control the overall look../docs/* folder = created and updated when you build the website. It contains the html files that are created from your Rmd files. Those files will be used by Github to display your website.Rmd) files (or,)if you don’t use R code in your file, you could just use plain Markdown/md files)This great tutorial This impressive example Too sophisticated: maybe later or after